Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Jan 5, 2021

Oie! Esse e um PR de correção que nao precisa ser mergeado. A avaliação do projeto esta mais abaixo!

@ghost ghost requested review from Subizbrasil and willfjr January 5, 2021 16:25
Comment on lines +1 to +9
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No proximo projeto, nao deixem de editar o README com informacoes importantes do projeto, como imagens e link do surge.

Comment on lines +1 to +32
/* .app-container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;

}
.chat-container {
border: 2px solid rgb(56, 56, 56);
width: 600px;
height: 750px;
background-color: rgb(250, 246, 246);
}

.chat-footer {
height: 40px;
width: 600px;
display: flex;
padding: 0 ;
border: solid;
}

.chat-footer div {
flex-direction: row;
height: 39px;
background-color: rgb(248, 240, 230);
width: 200px;
border: solid;
border-width: 0.1px;
line-height: 39px;
} */

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codigo comentado pode e deve ser apagado antes da entrega final.

Comment on lines +38 to +41
onSendMessage = () => {
const message = {
user: this.state.name,
text: this.state.text
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muito boa a logica dessa funcao! Parabens!

@ghost
Copy link
Author

ghost commented Jan 5, 2021

Oi, grupo! O projeto de voces foi avaliado como: dentro do esperado! Parabens!

Todas as aplicações obrigatórias funcionam muito bem. Queria apenas pedir mais atencao ao README. Colocar informacoes ali e importante pra correcao! Percebi tambem alguns trechos de codigo comentados, lembrem de revisar o codigo antes de enviar!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants